This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: URL Hell ~Lily Minlukonyynds 13.May.03 03:07 PM a Web browser Domino Designer 6.0Linux - RedHat
I understand the concept, but it doesn't work - since this is an email, the "bsfactor" parameter is the same everytime the user hits the link. I can't randomize the parameter so the url sent to the server is the same each time.
I also tried adding meta tags:
<meta HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
Still no luck. I looked through the help files and it suggested that either of these would work. Neither does.
I have my browser set to "compare the page in the cache to the page on the network":"Every time I view the page" (using Mozilla). Sounds to me that Domino is not letting the browser know that the data is different.
If someone can tell me what I need to set in Administrator so that Domino will actually service the browser request, I would appreciate it. In the meantime, I'm going to tell my employer that this is a Domino issue and that I recommend doing future development using a real web technology like J2EE/JSP, PHP, etc.
While some may still consider this "a browser issue", if I had done this app using jsp, I guarantee that I wouldn't have this problem. Stuff like this really pisses me off.